Settings
interface Settings<T : SystemPrinter.Settings<T>?> : PrintSettings, Collate<T> , ColorModel<T> , Copies<T> , DuplexMode<T> , PageRanges<T> , PagesPerSheet<T> , Scaling<T> , PaperSize<T>
Print settings available when printing HTML or PDF content on a physical printer.
Since
7.13
Parameters
<T>
the concrete settings type
Inheritors
Functions
Link copied to clipboard
Returns the color model used by the printer.
Configures the
colorModel
for printing.Link copied to clipboard
Disables collate printing.
Link copied to clipboard
Returns the duplex mode used by the printer.
Configures the duplex mode for printing.
Link copied to clipboard
Enables collate printing.
Link copied to clipboard
Returns
true
if collate printing is enabled.Link copied to clipboard
Returns an immutable set containing the page ranges to print.
Configures the page ranges to print.
Link copied to clipboard
Returns the number of pages per sheet.
Configures the number of pages per sheet.